Update Location
Updates a Location specified by the warehouse id and location_id path parameters and according to the request body.
Authorizations
Generate a JWT access token through a Custom Global Integration and provide it with each request in the Authorization header prefixed with "Bearer" and then a single space.
Path Parameters
The id of the referenced Warehouse.
The id of the referenced Location.
Body
A Location object specifying the fields to be updated.
A Location describes a user-specified inventory address within a warehouse.
The human-readable name of a location and also the value encoded in location's barcode label. This value must be unique within each warehouse.
"A4-55-C3"
The inventory reservation order relative to other locations containing the same product.
10
If Slot Type is "Automatic" then it will cause the type to be maintained automatically according to the Auto-Assign Patterns of the slot types.
Optional Field
true
The LocationTag objects assigned to this location. Soft-deleted tags remain assigned and
are still listed, so resolve each reference to learn its current state.
On create or update, a submitted array replaces the location's whole tag set (an empty
array clears it) and an omitted key leaves it untouched. A soft-deleted tag may remain
assigned but cannot be newly assigned. See the batch tags operation for adding or removing
tags across many locations at once.
Optional Field
A reference to the Lot object assigned to this location.
A reference to the stockable product assigned to this location.
A reference to the Rack to which this location is assigned. This may be managed automatically or assigned manually.
A reference to the SlotType object assigned to this location. This may be managed automatically or assigned manually.
Response
OK - The operation completed successfully and there is no response body.